Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Wed, 17 May 2023 07:45:36 +0000 (08:45 +0100)
committerEmmanuel Bourg <ebourg@apache.org>
Wed, 17 May 2023 07:45:36 +0000 (08:45 +0100)
commitd2b101faf00a7ccfdcd2cef280730db5e1279422
tree18d7e0973c4b5a52569551b53957e14fb5c3f98a
parente36e92c04c85ed062f7ace165e1ea154abcf6e78
Use `ucontext_t` instead of `ucontext`

Forwarded: not-needed

Both Bionic and glibc define a struct called `ucontext_t` but only Bionic
defines an alias `ucontext_t`. Let's use the more standardized one.

Gbp-Pq: Topic art
Gbp-Pq: Name ucontext.patch
art/runtime/arch/arm/fault_handler_arm.cc
art/runtime/arch/arm/instruction_set_features_arm.cc
art/runtime/arch/arm64/fault_handler_arm64.cc
art/runtime/arch/mips/fault_handler_mips.cc
art/runtime/arch/mips64/fault_handler_mips64.cc
art/runtime/arch/x86/fault_handler_x86.cc
art/runtime/native_stack_dump.cc